projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfe4255
)
builder: Improve error message
author
Benjamin Otte
<otte@redhat.com>
Sun, 1 Dec 2019 12:52:35 +0000
(13:52 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 3 Dec 2019 17:12:25 +0000
(18:12 +0100)
gtk/gtkbuilderparser.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbuilderparser.c
b/gtk/gtkbuilderparser.c
index a8531518065996562bd3f19df6ef57984b2dce85..0597fd6ab618533065628cdd6bc3f33a9a0a5906 100644
(file)
--- a/
gtk/gtkbuilderparser.c
+++ b/
gtk/gtkbuilderparser.c
@@
-723,7
+723,7
@@
parse_template (GtkBuildableParseContext *context,
g_set_error (error,
GTK_BUILDER_ERROR,
GTK_BUILDER_ERROR_UNHANDLED_TAG,
- "
Not expecting to handle a template (class '%s', parent '%s')
",
+ "
Template declaration (class '%s', parent '%s') where templates aren't supported
",
object_class, parent_class ? parent_class : "GtkWidget");
_gtk_builder_prefix_error (data->builder, context, error);
return;